Problem in adding a page link [CakePHP]

Posted by rajesh on Stack Overflow See other posts from Stack Overflow or by rajesh
Published on 2010-04-27T11:23:50Z Indexed on 2010/04/27 13:33 UTC
Read the original article Hit count: 228

Filed under:
|

hi all actually when i use link syntax like

<?php echo $html->link('Home', '/notes/index');?>

but when i used

<a href="/cake/cake_startab/notes/index/" alt="Home">Home </a>

its woking why????

© Stack Overflow or respective owner

Related posts about php

Related posts about cakephp